projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d131e79
)
(ispell-word): Make M-$ binding using esc-map.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 23:21:15 +0000
(23:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 23:21:15 +0000
(23:21 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 8d0e076947f59681b5384d45932e0f24568f87ad..070f34759450d164452e12e92259359db7060152 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-868,7
+868,7
@@
You can set this variable in hooks in your init file -- eg:
(buffer-substring start end)))
;;;###autoload
-(define-key
global-map "\M-
$" 'ispell-word)
+(define-key
esc-map "
$" 'ispell-word)
;;;###autoload
(defun ispell-word (&optional following quietly continue)